home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / GameIV / Parete4 / Muro.dir / 00019_Script_19 < prev    next >
Text File  |  1997-11-23  |  368b  |  17 lines

  1. on startMovie
  2.   
  3.   Global SequenzaFigure4
  4.   if voidP(SequenzaFigure4) then
  5.     set SequenzaFigure4 = 1
  6.   end if
  7.   
  8.   repeat with n = 60 to 70
  9.     set the cursor of sprite n to [the number of cast "MouseUp", the number of cast "MouseUpMask"]
  10.   end repeat
  11.   
  12.   repeat with n = 61 to 70
  13.     set the visible of sprite n to 0
  14.   end repeat
  15.   
  16. end startmovie
  17.